Class IPV6HeaderImpl

All Implemented Interfaces:
IPCData, Header, IPV6Header, Pdu, Signal
Direct Known Subclasses:
IPV6FragmentExtensionHeaderImpl

public class IPV6HeaderImpl extends HeaderImpl implements IPV6Header
  • Field Details

    • nextHeader

      protected IPV6NextHeader nextHeader
    • version

      protected Byte version
    • headerLength

      protected Byte headerLength
    • typeOfService

      protected Byte typeOfService
    • totalLength

      protected Short totalLength
    • identification

      protected Short identification
    • flags

      protected Byte flags
    • fragmentOffset

      protected Short fragmentOffset
    • protocol

      protected Short protocol
    • headerChecksum

      protected Short headerChecksum
    • options

      protected int options
    • padding

      protected int padding
    • sourceAddress

      protected IPV6Address sourceAddress
    • destinationAddress

      protected IPV6Address destinationAddress
  • Constructor Details

    • IPV6HeaderImpl

      public IPV6HeaderImpl()
  • Method Details